-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add process monitoring to prevent navigating away from pages before ready #2825
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
rjcorwin
commented
Aug 9, 2021
•
edited
Loading
edited
- Add route guard for navigating away from all routes, that on process monitor having active process, have user confirm that they will likely cause data corruption if they press "ok".
- App level component that shows loading UI when there are active processes. Progress bar examples: https://material.angular.io/components/progress-bar/examples, https://material.angular.io/components/progress-spinner/overview
- Implement use of ProcessMonitorService when navigating away from an Event Form.
- Implement use of ProcessMonitorService when creating a new case.
- Implement use of ProcessMonitorService somewhere else?
to start the processMonitorService for saving-a-tangy-form Updated tangy-form to 4.25.12
Subscribed to loading-ui component in app.component Updated tangy-form to 4.25.13
Related PR for tangy-form: Tangerine-Community/tangy-form#275 |
chrisekelley
added a commit
that referenced
this pull request
Oct 11, 2021
Added hooks into process ui in case component for delete, archive, and un-archive.
chrisekelley
added a commit
that referenced
this pull request
Oct 11, 2021
…ing_server Implement on server the process-monitoring code from client PR #2825
Superseded. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.